[INFO] cloning repository https://github.com/kstep/dnd-pc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kstep/dnd-pc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkstep%2Fdnd-pc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkstep%2Fdnd-pc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 10a8b22fec4b1b33af9c1ea8ff2235a48e0524c2
[INFO] checking kstep/dnd-pc against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkstep%2Fdnd-pc" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/kstep/dnd-pc
[INFO] finished tweaking git repo https://github.com/kstep/dnd-pc
[INFO] tweaked toml for git repo https://github.com/kstep/dnd-pc written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kstep/dnd-pc on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kstep/dnd-pc already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3594ff634e6cee9cba333315b2bac5569263d5ae353c27f265950a2f5cba8cff
[INFO] running `Command { std: "docker" "start" "3594ff634e6cee9cba333315b2bac5569263d5ae353c27f265950a2f5cba8cff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3594ff634e6cee9cba333315b2bac5569263d5ae353c27f265950a2f5cba8cff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3594ff634e6cee9cba333315b2bac5569263d5ae353c27f265950a2f5cba8cff" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3594ff634e6cee9cba333315b2bac5569263d5ae353c27f265950a2f5cba8cff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3594ff634e6cee9cba333315b2bac5569263d5ae353c27f265950a2f5cba8cff" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.112
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling wasm-bindgen v0.2.112
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking or_poisoned v0.1.0
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling proc-macro-utils v0.10.0
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]     Checking throw_error v0.3.1
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling convert_case v0.11.0
[INFO] [stderr]    Compiling server_fn_macro v0.8.9
[INFO] [stderr]    Compiling reactive_graph v0.2.13
[INFO] [stderr]     Checking send_wrapper v0.6.0
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling const_format v0.2.35
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]     Checking guardian v1.3.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling manyhow-macros v0.11.4
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling tachys v0.2.13
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]     Checking utf8-width v0.1.8
[INFO] [stderr]     Checking html-escape v0.2.13
[INFO] [stderr]     Checking toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking either_of v0.1.6
[INFO] [stderr]    Compiling server_fn v0.8.10
[INFO] [stderr]     Checking next_tuple v0.1.0
[INFO] [stderr]     Checking const_str_slice_concat v0.1.0
[INFO] [stderr]    Compiling collection_literals v1.0.3
[INFO] [stderr]     Checking erased v0.1.2
[INFO] [stderr]    Compiling interpolator v0.5.0
[INFO] [stderr]     Checking drain_filter_polyfill v0.1.3
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.112
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling manyhow v0.11.4
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling leptos_macro v0.8.15
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling unic-langid-impl v0.9.6
[INFO] [stderr]    Compiling derive-where v1.6.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]    Compiling unic-langid-macros-impl v0.9.6
[INFO] [stderr]    Compiling syn_derive v0.2.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]    Compiling unic-langid-macros v0.9.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling unic-langid v0.9.6
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.112
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]    Compiling quote-use-macros v0.8.4
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling reactive_stores_macro v0.2.6
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]    Compiling rstml v0.12.1
[INFO] [stderr]    Compiling quote-use v0.8.4
[INFO] [stderr]    Compiling typed-builder-macro v0.23.2
[INFO] [stderr]    Compiling attribute-derive-macro v0.10.5
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]    Compiling server_fn_macro_default v0.8.5
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking js-sys v0.3.89
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]    Compiling base16 v0.2.1
[INFO] [stderr]     Checking const-str v1.1.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]    Compiling wasm_split_macros v0.2.0
[INFO] [stderr]    Compiling attribute-derive v0.10.5
[INFO] [stderr]     Checking hydration_context v0.3.0
[INFO] [stderr]     Checking oco_ref v0.2.1
[INFO] [stderr]     Checking serde_qs v0.15.0
[INFO] [stderr]    Compiling leptos_hot_reload v0.8.6
[INFO] [stderr]     Checking codee v0.3.5
[INFO] [stderr]    Compiling type-map v0.5.1
[INFO] [stderr]     Checking typed-builder v0.23.2
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking config v0.15.19
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling convert_case_extras v0.2.0
[INFO] [stderr]    Compiling leptos v0.8.16
[INFO] [stderr]     Checking async-once-cell v0.5.4
[INFO] [stderr]    Compiling fluent-template-macros v0.13.3
[INFO] [stderr]    Compiling intl-memoizer v0.5.3
[INFO] [stderr]     Checking leptos_config v0.8.9
[INFO] [stderr]     Checking wasm_split_helpers v0.2.0
[INFO] [stderr]    Compiling intl_pluralrules v7.0.2
[INFO] [stderr]    Compiling fluent-langneg v0.13.1
[INFO] [stderr]    Compiling fluent-syntax v0.12.0
[INFO] [stderr]    Compiling current_platform v0.2.0
[INFO] [stderr]    Compiling self_cell v1.2.2
[INFO] [stderr]    Compiling fluent-bundle v0.16.0
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling fluent-templates v0.13.3
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]    Compiling leptos_router v0.8.12
[INFO] [stderr]    Compiling pulldown-cmark v0.13.3
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling leptos_router_macro v0.8.6
[INFO] [stderr]     Checking pulldown-cmark-escape v0.11.0
[INFO] [stderr]     Checking unicase v2.9.0
[INFO] [stderr]    Compiling dnd-pc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling leptos-fluent-macros v0.3.1
[INFO] [stderr]     Checking console_error_panic_hook v0.1.7
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.62
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking wasm-bindgen-test-shared v0.2.112
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]    Compiling rustls v0.23.38
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.62
[INFO] [stderr]     Checking web-sys v0.3.89
[INFO] [stderr]     Checking any_spawner v0.3.0
[INFO] [stderr]     Checking serde-wasm-bindgen v0.6.5
[INFO] [stderr]     Checking wasm-bindgen-test v0.3.62
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking simple_asn1 v0.6.4
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking pkcs1 v0.7.5
[INFO] [stderr]     Checking reactive_stores v0.3.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking dotenvy v0.15.7
[INFO] [stderr]     Checking rustls-webpki v0.103.12
[INFO] [stderr]     Checking jsonwebtoken v9.3.1
[INFO] [stderr]     Checking rsa v0.9.10
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking dnd-pc-proxy v0.1.0 (/opt/rustwide/workdir/backend)
[INFO] [stderr]     Checking gloo-utils v0.2.0
[INFO] [stderr]     Checking wasm-streams v0.5.0
[INFO] [stderr]     Checking console_log v1.0.0
[INFO] [stderr]     Checking gloo-net v0.6.0
[INFO] [stderr]     Checking gloo-storage v0.3.0
[INFO] [stderr]     Checking leptos_dom v0.8.8
[INFO] [stderr]     Checking leptos_server v0.8.7
[INFO] [stderr]     Checking leptos_meta v0.8.6
[INFO] [stderr]     Checking leptos-fluent v0.3.1
[INFO] [stdout] warning: unused import: `leptos::prelude::*`
[INFO] [stdout]     --> src/rules/registry.rs:1694:9
[INFO] [stdout]      |
[INFO] [stdout] 1694 |     use leptos::prelude::*;
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dnd-pc` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b66808126f24f2f30898306a881e1676824ea80c/bin/rustc --crate-name dnd_pc --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf-marks", "testing"))' -C metadata=c6a1b9acc1f79a9c -C extra-filename=-89cedaefc8eaf668 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-d8aec028dea2d277.rmeta --extern console_error_panic_hook=/opt/rustwide/target/debug/deps/libconsole_error_panic_hook-6dd13c8156e3d00f.rmeta --extern console_log=/opt/rustwide/target/debug/deps/libconsole_log-9859be137c7f74ec.rmeta --extern fluent_templates=/opt/rustwide/target/debug/deps/libfluent_templates-1aaadacfffd5a722.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-c57d6aebdcc02847.rmeta --extern getrandom=/opt/rustwide/target/debug/deps/libgetrandom-bfa34584d5099b06.rmeta --extern gloo_net=/opt/rustwide/target/debug/deps/libgloo_net-c6a2f03f2f1fb562.rmeta --extern gloo_storage=/opt/rustwide/target/debug/deps/libgloo_storage-394b1f86d6cacf7a.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-bad0424019eef9ed.rmeta --extern js_sys=/opt/rustwide/target/debug/deps/libjs_sys-831dc21843117eb7.rmeta --extern leptos=/opt/rustwide/target/debug/deps/libleptos-a54b569b78dcc817.rmeta --extern leptos_fluent=/opt/rustwide/target/debug/deps/libleptos_fluent-e1a09d6d9f1331f3.rmeta --extern leptos_meta=/opt/rustwide/target/debug/deps/libleptos_meta-e161ea9b656a2853.rmeta --extern leptos_router=/opt/rustwide/target/debug/deps/libleptos_router-b8eba609e15636b6.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-243a4081f8655140.rmeta --extern pulldown_cmark=/opt/rustwide/target/debug/deps/libpulldown_cmark-c760a0fb7e293d99.rmeta --extern reactive_stores=/opt/rustwide/target/debug/deps/libreactive_stores-852a2755747bd495.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-f0c3781d67358cd0.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-12a57ab18adeaad8.rmeta --extern serde_wasm_bindgen=/opt/rustwide/target/debug/deps/libserde_wasm_bindgen-3c48d21b8d0a640e.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-86e87e10a2031fba.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-2e396437d365585a.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-2abe1fea9e2ccf62.rmeta --extern wasm_bindgen=/opt/rustwide/target/debug/deps/libwasm_bindgen-0d8102fcafd22fc5.rmeta --extern wasm_bindgen_futures=/opt/rustwide/target/debug/deps/libwasm_bindgen_futures-63c51bf6e23dc1d8.rmeta --extern web_sys=/opt/rustwide/target/debug/deps/libweb_sys-f94dff5d9346e062.rmeta --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `dnd-pc` (lib test); 1 warning emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b66808126f24f2f30898306a881e1676824ea80c/bin/rustc --crate-name dnd_pc --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf-marks", "testing"))' -C metadata=6c73f4127845bb5f -C extra-filename=-a74790b3608aff00 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern any_spawner=/opt/rustwide/target/debug/deps/libany_spawner-9f1386356285ad79.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-d8aec028dea2d277.rmeta --extern console_error_panic_hook=/opt/rustwide/target/debug/deps/libconsole_error_panic_hook-6dd13c8156e3d00f.rmeta --extern console_log=/opt/rustwide/target/debug/deps/libconsole_log-9859be137c7f74ec.rmeta --extern fluent_bundle=/opt/rustwide/target/debug/deps/libfluent_bundle-49c9f06ccfbd7c33.rmeta --extern fluent_templates=/opt/rustwide/target/debug/deps/libfluent_templates-1aaadacfffd5a722.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-c57d6aebdcc02847.rmeta --extern getrandom=/opt/rustwide/target/debug/deps/libgetrandom-bfa34584d5099b06.rmeta --extern gloo_net=/opt/rustwide/target/debug/deps/libgloo_net-c6a2f03f2f1fb562.rmeta --extern gloo_storage=/opt/rustwide/target/debug/deps/libgloo_storage-394b1f86d6cacf7a.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-bad0424019eef9ed.rmeta --extern js_sys=/opt/rustwide/target/debug/deps/libjs_sys-831dc21843117eb7.rmeta --extern leptos=/opt/rustwide/target/debug/deps/libleptos-a54b569b78dcc817.rmeta --extern leptos_fluent=/opt/rustwide/target/debug/deps/libleptos_fluent-e1a09d6d9f1331f3.rmeta --extern leptos_meta=/opt/rustwide/target/debug/deps/libleptos_meta-e161ea9b656a2853.rmeta --extern leptos_router=/opt/rustwide/target/debug/deps/libleptos_router-b8eba609e15636b6.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-243a4081f8655140.rmeta --extern pulldown_cmark=/opt/rustwide/target/debug/deps/libpulldown_cmark-c760a0fb7e293d99.rmeta --extern reactive_stores=/opt/rustwide/target/debug/deps/libreactive_stores-852a2755747bd495.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-f0c3781d67358cd0.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-12a57ab18adeaad8.rmeta --extern serde_wasm_bindgen=/opt/rustwide/target/debug/deps/libserde_wasm_bindgen-3c48d21b8d0a640e.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-86e87e10a2031fba.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-2e396437d365585a.rmeta --extern unic_langid=/opt/rustwide/target/debug/deps/libunic_langid-c050cc6c1a1c217c.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-2abe1fea9e2ccf62.rmeta --extern wasm_bindgen=/opt/rustwide/target/debug/deps/libwasm_bindgen-0d8102fcafd22fc5.rmeta --extern wasm_bindgen_futures=/opt/rustwide/target/debug/deps/libwasm_bindgen_futures-63c51bf6e23dc1d8.rmeta --extern wasm_bindgen_test=/opt/rustwide/target/debug/deps/libwasm_bindgen_test-ef15b224bf3f7475.rmeta --extern web_sys=/opt/rustwide/target/debug/deps/libweb_sys-f94dff5d9346e062.rmeta --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "3594ff634e6cee9cba333315b2bac5569263d5ae353c27f265950a2f5cba8cff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3594ff634e6cee9cba333315b2bac5569263d5ae353c27f265950a2f5cba8cff", kill_on_drop: false }`
[INFO] [stdout] 3594ff634e6cee9cba333315b2bac5569263d5ae353c27f265950a2f5cba8cff
